netXTransport-Library History:
=============================

V1.3.0.0
-----------------
 - Bugfix:
    * Update to toolkit V1.4.0.0
    * Fixing index referencing in serial connector
 - Change:
    * Improved internal handling by adding
      USER_Start/StopCyclicThread() function

V1.2.0.0
-----------------
 - Bugfix:
    * Update to toolkit V1.3.0.1 fixes 64bit support
    * fixed library version
    * silence library (logging) in case log level is set to 0
    * Reduce CPU usage during reset
    * Memory leak in connector
    * OS_xxx() implementations may print wrong error code
 - Change:
    * Build: CMake will replace auto tools
    * Return library version when calling xDriverGetInformation()
    * Build connectors as library (*.so) to be able to load them during runtime
    * Update demo to use new API interface (cifX API conform)
 - Feature:
    * Add cifX API conform initialization functions to be able to substitute the libraries
    * [serial connector] - add connection control

V1.1.0.0
-----------------
 - Changed:
    * Update to toolkit V1.3.0.0
 - Added:
    * Added include directory for public cifXAPI header

V1.0.3.0
-----------------
 - Changed:
    * Update to toolkit V1.0.4.0
 - Added:
    *
    
V1.0.2.0
-----------------
 - Changed:
    * Update to toolkit V1.0.3.0
    * Update build script to automake 1.14.1
    * Added missing reference to libpthread (required for cyclic thread)
 - Added:
    *

V1.0.1.0
-----------------
 - Changed:
    * Update to toolkit V1.0.1.0
 - Added:
    * add additional connector example (USB/RS232)

V1.0.0.0
-----------------
 - Initial version
